home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / spiderweb / src / big-web.ch < prev    next >
Internet Message Format  |  1989-02-08  |  2KB

  1. From oravax!fred@wrath.cs.cornell.edu Thu Feb  9 18:05:48 1989
  2. Received: from princeton.Princeton.EDU by notecnirp.Princeton.EDU (5.51/1.68)
  3.     id AA25210; Thu, 9 Feb 89 18:05:46 EST
  4. Received: from CU-ARPA.CS.CORNELL.EDU by Princeton.EDU (5.58+++/2.5)
  5.     id AA03857; Thu, 9 Feb 89 18:04:48 EST
  6. Received: from WRATH.CS.CORNELL.EDU by cu-arpa.cs.cornell.edu (5.61/1.91d)
  7.     id AA08274; Thu, 9 Feb 89 18:04:18 -0500
  8. Received: by wrath.cs.cornell.edu (5.61/1.91d)
  9.     id AA17731; Thu, 9 Feb 89 18:04:14 -0500
  10. Received: by oravax.UUCP (5.51/5.17)
  11.     id AA08548; Thu, 9 Feb 89 17:43:00 EST
  12. Date: Thu, 9 Feb 89 17:43:00 EST
  13. From: oravax!fred@wrath.cs.cornell.edu (Charles Mills)
  14. Message-Id: <8902092243.AA08548@oravax.UUCP>
  15. To: nr@Princeton.EDU
  16. Subject: Re:  tangle and weave
  17. Status: R
  18.  
  19. The changes (just like those of stangle which were made in, if I recall
  20. aright, November) were actually made with a .ch file, big.ch:
  21.  
  22. big.ch:
  23. @x
  24. @d max_refs = 20000 /* number of cross-references; must be less than 65536 */
  25. @y
  26. @d max_refs = 40000 /* number of cross-references; must be less than 65536 */
  27. @z
  28. @x
  29. @d max_toks = 20000 /* number of symbols in \cee\ texts being parsed;
  30. @y
  31. @d max_toks = 40000 /* number of symbols in \cee\ texts being parsed;
  32. @z
  33. @x
  34. @d max_texts = 2000 /* number of phrases in \cee\ texts being parsed;
  35. @y
  36. @d max_texts = 4000 /* number of phrases in \cee\ texts being parsed;
  37. @z
  38. @x
  39. @d max_scraps = 1000 /* number of tokens in \cee\ texts being parsed */
  40. @y
  41. @d max_scraps = 1500 /* number of tokens in \cee\ texts being parsed */
  42. @z
  43. @x
  44. @d stack_size = 400 /* number of simultaneous output levels */
  45. @y
  46. @d stack_size = 800 /* number of simultaneous output levels */
  47. @z
  48.  
  49. make:
  50. /bin/make -f ../master/WebMakefile \
  51.  THETANGLE=stangle THEWEAVE=sweave SPIDER=s.spider CHANGES=big.ch$*
  52.  
  53. Your master source files have not been touched, and even your
  54. .../ssl/weave.web, though it was regenerated, came out the same
  55. as before.  No anxiety on this score was in order at this end, and
  56. if any had been expressed to me I'd have squelched it.
  57.  
  58. fred
  59.  
  60.